From 99462ede4c99e2fcf6caac3f4f9d06db64b5158a Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 7 May 2010 11:45:18 +0100 Subject: [PATCH] xenstored: Always build and install. It coexists quite happily with oxenstored. Signed-off-by: Keir Fraser --- tools/xenstore/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index 6ef6ff0075..743be20a2b 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -26,10 +26,7 @@ LIBXENSTORE := libxenstore.a xenstore xenstore-control: CFLAGS += -static endif -ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump -ifneq ($(CONFIG_OCAML_XENSTORED),y) - ALL_TARGETS += xenstored -endif +ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored .PHONY: all all: $(ALL_TARGETS) @@ -98,6 +95,9 @@ install: all $(INSTALL_DIR) $(DESTDIR)$(BINDIR) $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) $(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR) + $(INSTALL_DIR) $(DESTDIR)/var/run/xenstored + $(INSTALL_DIR) $(DESTDIR)/var/lib/xenstored + $(INSTALL_PROG) xenstored $(DESTDIR)$(SBINDIR) $(INSTALL_PROG) xenstore-control $(DESTDIR)$(BINDIR) $(INSTALL_PROG) xenstore $(DESTDIR)$(BINDIR) set -e ; for c in $(CLIENTS) ; do \ -- 2.30.2